home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / XLayerInfo / README < prev    next >
Text File  |  1996-11-11  |  2KB  |  36 lines

  1.  
  2.              Developer toolbox:  src/exampleCode/opengl/XLayerInfo
  3.  
  4.  
  5.  
  6.    This is an OpenGL implementation of the straight-Xlib version included
  7.    in src/exampleCode/X/Xservers/{xlayerinfo && layerdemo} which 
  8.    accompanied the prog_layers.ps article.  Quoting from that dir's README:
  9.  
  10.    prog_layers.ps   PostScript for an article titled "Programming X
  11.                     Overlay Windows" explaining how to use SGI's
  12.                     SERVER_OVERLAY_VISUALS convention to portably create
  13.                     X windows in the overlay planes.
  14.  
  15.                     ABSTRACT:  Overlay planes provide an alternate set of
  16.                     frame buffer bitplanes which can be preferentially
  17.                     displayed instead of the normal set of bitplanes.
  18.                     Overlay planes have been common in high-end graphics
  19.                     systems for some time.  Recently, work has been done
  20.                     by Silicon Graphics to integrate overlay plane support
  21.                     into the X Window System.  A standard convention
  22.                     proposed and implemented by Silicon Graphics allows X
  23.                     client writers to create windows in the overlay planes.
  24.                     This article describes how to write programs to utilize
  25.                     overlay planes.
  26.  
  27.    XLayerUtil.h/.c  Sample code for routines to portably query overlay
  28.                     visuals described in the prog_layers.ps article.
  29.  
  30.    layerdemo.c      Sample code demonstrating how to use pure-X overlay
  31.                     windows to achieve transparency effects.
  32.  
  33.    xlayerinfo.c     Sample code for a program to list a server's visuals
  34.                     including visual layering information.
  35.  
  36.